Fix typo
authorOwen Taylor <otaylor@src.gnome.org>
Mon, 15 Mar 2004 03:33:26 +0000 (03:33 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Mon, 15 Mar 2004 03:33:26 +0000 (03:33 +0000)
docs/reference/ChangeLog
docs/reference/gtk/tmpl/gtktreeview.sgml

index 6c5a8136c1ac07f53130dbed7b5f31f689e409e0..91d4a8f7e37663804d91aaf794f9510dbb753d5c 100644 (file)
@@ -1,6 +1,6 @@
 Sun Mar 14 22:27:59 2004  Owen Taylor  <otaylor@redhat.com>
 
-       * gtk/tmpl/gtktreeview.sgml (linkend): Document 
+       * gtk/tmpl/gtktreeview.sgml: Document 
        #GtkTreeViewSearchEqualFunc and its backwards return
        value.
 
index 6f0f822a2902e262355079e5d9bc3edca0ad828a..9162d5735d89bde54ee6fd127c3a0d2078fc0a2f 100644 (file)
@@ -307,7 +307,7 @@ has some similarity to strcmp() returning 0 for equal strings.
 </para>
 
 @model: the #GtkTreeModel being searched
-@column: the search column set by gtk_tree_view_set_seach_column
+@column: the search column set by gtk_tree_view_set_search_column()
 @key: the key string to compare with
 @iter: a #GtkTreeIter pointing the row of @model that should be compared
   with @key.